home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Auge 4000 / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).zip / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).adf / arp-pro1.3 / OLD_MANUAL / Printf < prev    next >
Text File  |  1990-06-22  |  622b  |  67 lines

  1.  
  2.  
  3.  
  4.      Printf(31.0)      ARP Programmers Manual      Printf(31.0)
  5.  
  6.  
  7.  
  8.      NAME
  9.       Printf - print formatted data    on current output.
  10.  
  11.      SYNOPSIS
  12.       count    = Printf("String", *args)
  13.         d0            A0        A1
  14.  
  15.      FUNCTION
  16.       Print    formatted data on current output stream.  This
  17.       function is implemented as FPrintf( Output(),    "String",
  18.       *args), please see that page for more    information.
  19.  
  20.      INPUTS
  21.       See FPrintf entry for    "String" *args.
  22.  
  23.      RESULT
  24.       See FPrintf entry.
  25.  
  26.      BUGS
  27.       None known.
  28.  
  29.      SEE ALSO
  30.       FPrintf, Puts.
  31.  
  32.      AUTHOR
  33.       SDB
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                         (printed 2/22/88)
  64.  
  65.  
  66.  
  67.